home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 8 (Internal Edition) / Apple R&P Lib Internal v8.0.iso / 3-Presentations / Service⁄Support⁄Training / Self-Paced Training / HyperCard 2.0 Training / •HC 2.0-6 / •HC 2.0-6 / card_20890.txt < prev    next >
Text File  |  1990-04-06  |  8KB  |  369 lines

  1. -- card: 20890 from stack: in.0-6
  2. -- bmap block id: 21149
  3. -- flags: 0000
  4. -- background id: 12913
  5. -- name: Scripting Menus
  6.  
  7.  
  8. -- part 3 (field)
  9. -- low flags: 01
  10. -- high flags: 2004
  11. -- rect: left=41 top=245 right=329 bottom=473
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 174
  16. -- text size: 14
  17. -- style flags: 0
  18. -- line height: 15
  19. -- part name: 
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   hide me
  23. end mouseUp
  24.  
  25.  
  26.  
  27.  
  28. -- part 4 (button)
  29. -- low flags: 00
  30. -- high flags: 2000
  31. -- rect: left=432 top=289 right=332 bottom=471
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 5233 / 5233
  34. -- text alignment: 1
  35. -- font id: 0
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: returnArrow
  40. ----- HyperTalk script -----
  41. on mouseUp
  42.   lock screen
  43.   go cd "SCRIPT EDITOR & DEBUGGER" of stack "Intro to HyperCard 2.0"
  44.   unlock screen with visual zoom close
  45. end mouseUp
  46.  
  47.  
  48.  
  49. -- part 5 (button)
  50. -- low flags: 00
  51. -- high flags: 2000
  52. -- rect: left=80 top=55 right=155 bottom=232
  53. -- title width / last selected line: 0
  54. -- icon id / first selected line: 0 / 0
  55. -- text alignment: 1
  56. -- font id: 0
  57. -- text size: 12
  58. -- style flags: 0
  59. -- line height: 16
  60. -- part name: Info 1
  61. ----- HyperTalk script -----
  62. on mouseUp
  63.   showFld
  64. end mouseUp
  65.  
  66.  
  67.  
  68. -- part 6 (field)
  69. -- low flags: 81
  70. -- high flags: 2004
  71. -- rect: left=68 top=37 right=176 bottom=248
  72. -- title width / last selected line: 0
  73. -- icon id / first selected line: 0 / 0
  74. -- text alignment: 0
  75. -- font id: 174
  76. -- text size: 14
  77. -- style flags: 0
  78. -- line height: 15
  79. -- part name: info 2
  80. ----- HyperTalk script -----
  81. on mouseUp
  82.   hide me
  83. end mouseUp
  84.  
  85.  
  86.  
  87.  
  88. -- part 7 (button)
  89. -- low flags: 00
  90. -- high flags: 2000
  91. -- rect: left=253 top=33 right=51 bottom=403
  92. -- title width / last selected line: 0
  93. -- icon id / first selected line: 0 / 0
  94. -- text alignment: 1
  95. -- font id: 0
  96. -- text size: 12
  97. -- style flags: 0
  98. -- line height: 16
  99. -- part name: goFind
  100. ----- HyperTalk script -----
  101. on mouseUp
  102.   visual zoom out
  103.   go cd "Find Dialog"
  104. end mouseUp
  105.  
  106.  
  107.  
  108. -- part 8 (button)
  109. -- low flags: 00
  110. -- high flags: 2000
  111. -- rect: left=253 top=50 right=68 bottom=403
  112. -- title width / last selected line: 0
  113. -- icon id / first selected line: 0 / 0
  114. -- text alignment: 1
  115. -- font id: 0
  116. -- text size: 12
  117. -- style flags: 0
  118. -- line height: 16
  119. -- part name: Info 2
  120. ----- HyperTalk script -----
  121. on mouseUp
  122.   showFld
  123. end mouseUp
  124.  
  125.  
  126.  
  127. -- part 9 (field)
  128. -- low flags: 81
  129. -- high flags: 2004
  130. -- rect: left=65 top=37 right=176 bottom=245
  131. -- title width / last selected line: 0
  132. -- icon id / first selected line: 0 / 0
  133. -- text alignment: 0
  134. -- font id: 174
  135. -- text size: 14
  136. -- style flags: 0
  137. -- line height: 15
  138. -- part name: info 4
  139. ----- HyperTalk script -----
  140. on mouseUp
  141.   hide me
  142. end mouseUp
  143.  
  144.  
  145.  
  146.  
  147. -- part 10 (button)
  148. -- low flags: 00
  149. -- high flags: 2000
  150. -- rect: left=253 top=67 right=82 bottom=403
  151. -- title width / last selected line: 0
  152. -- icon id / first selected line: 0 / 0
  153. -- text alignment: 1
  154. -- font id: 0
  155. -- text size: 12
  156. -- style flags: 0
  157. -- line height: 16
  158. -- part name: Info 3
  159. ----- HyperTalk script -----
  160. on mouseUp
  161.   showFld
  162. end mouseUp
  163.  
  164.  
  165.  
  166. -- part 11 (button)
  167. -- low flags: 00
  168. -- high flags: 2000
  169. -- rect: left=253 top=82 right=100 bottom=403
  170. -- title width / last selected line: 0
  171. -- icon id / first selected line: 0 / 0
  172. -- text alignment: 1
  173. -- font id: 0
  174. -- text size: 12
  175. -- style flags: 0
  176. -- line height: 16
  177. -- part name: Info 4
  178. ----- HyperTalk script -----
  179. on mouseUp
  180.   showFld
  181. end mouseUp
  182.  
  183.  
  184.  
  185. -- part 12 (field)
  186. -- low flags: 81
  187. -- high flags: 2004
  188. -- rect: left=49 top=44 right=120 bottom=249
  189. -- title width / last selected line: 0
  190. -- icon id / first selected line: 0 / 0
  191. -- text alignment: 0
  192. -- font id: 174
  193. -- text size: 14
  194. -- style flags: 0
  195. -- line height: 15
  196. -- part name: info 3
  197. ----- HyperTalk script -----
  198. on mouseUp
  199.   hide me
  200. end mouseUp
  201.  
  202.  
  203.  
  204.  
  205. -- part 14 (button)
  206. -- low flags: 00
  207. -- high flags: 2000
  208. -- rect: left=253 top=113 right=131 bottom=403
  209. -- title width / last selected line: 0
  210. -- icon id / first selected line: 0 / 0
  211. -- text alignment: 1
  212. -- font id: 0
  213. -- text size: 12
  214. -- style flags: 0
  215. -- line height: 16
  216. -- part name: goFind
  217. ----- HyperTalk script -----
  218. on mouseUp
  219.   visual zoom out
  220.   go cd "Replace Dialog"
  221. end mouseUp
  222.  
  223.  
  224.  
  225. -- part 15 (button)
  226. -- low flags: 00
  227. -- high flags: 2000
  228. -- rect: left=253 top=130 right=148 bottom=403
  229. -- title width / last selected line: 0
  230. -- icon id / first selected line: 0 / 0
  231. -- text alignment: 1
  232. -- font id: 0
  233. -- text size: 12
  234. -- style flags: 0
  235. -- line height: 16
  236. -- part name: Info 5
  237. ----- HyperTalk script -----
  238. on mouseUp
  239.   showFld
  240. end mouseUp
  241.  
  242.  
  243.  
  244. -- part 17 (field)
  245. -- low flags: 81
  246. -- high flags: 2004
  247. -- rect: left=68 top=37 right=176 bottom=248
  248. -- title width / last selected line: 0
  249. -- icon id / first selected line: 0 / 0
  250. -- text alignment: 0
  251. -- font id: 174
  252. -- text size: 14
  253. -- style flags: 0
  254. -- line height: 15
  255. -- part name: info 5
  256. ----- HyperTalk script -----
  257. on mouseUp
  258.   hide me
  259. end mouseUp
  260.  
  261.  
  262.  
  263.  
  264. -- part 18 (field)
  265. -- low flags: 81
  266. -- high flags: 2004
  267. -- rect: left=68 top=78 right=227 bottom=248
  268. -- title width / last selected line: 0
  269. -- icon id / first selected line: 0 / 0
  270. -- text alignment: 0
  271. -- font id: 174
  272. -- text size: 14
  273. -- style flags: 0
  274. -- line height: 15
  275. -- part name: info 6
  276. ----- HyperTalk script -----
  277. on mouseUp
  278.   hide me
  279. end mouseUp
  280.  
  281.  
  282.  
  283.  
  284. -- part 19 (button)
  285. -- low flags: 00
  286. -- high flags: 2000
  287. -- rect: left=253 top=154 right=203 bottom=403
  288. -- title width / last selected line: 0
  289. -- icon id / first selected line: 0 / 0
  290. -- text alignment: 1
  291. -- font id: 0
  292. -- text size: 12
  293. -- style flags: 0
  294. -- line height: 16
  295. -- part name: Info 6
  296. ----- HyperTalk script -----
  297. on mouseUp
  298.   showFld
  299. end mouseUp
  300.  
  301.  
  302.  
  303. -- part 22 (button)
  304. -- low flags: 00
  305. -- high flags: 2000
  306. -- rect: left=253 top=208 right=226 bottom=403
  307. -- title width / last selected line: 0
  308. -- icon id / first selected line: 0 / 0
  309. -- text alignment: 1
  310. -- font id: 0
  311. -- text size: 12
  312. -- style flags: 0
  313. -- line height: 16
  314. -- part name: goFind
  315. ----- HyperTalk script -----
  316. on mouseUp
  317.   visual zoom out
  318.   go cd "debugger menu"
  319. end mouseUp
  320.  
  321.  
  322.  
  323. -- part 2 (field)
  324. -- low flags: 81
  325. -- high flags: 2004
  326. -- rect: left=237 top=42 right=178 bottom=483
  327. -- title width / last selected line: 0
  328. -- icon id / first selected line: 0 / 0
  329. -- text alignment: 0
  330. -- font id: 174
  331. -- text size: 14
  332. -- style flags: 0
  333. -- line height: 15
  334. -- part name: info 1
  335. ----- HyperTalk script -----
  336. on mouseUp
  337.   hide me
  338. end mouseUp
  339.  
  340.  
  341.  
  342.  
  343. -- part contents for card part 2
  344. ----- text -----
  345. These options‚Äîand their command key equivalents‚Äîare similar to all File menu operations. Scripts must be saved in HyperCard 2.0: if you try to close a window without having saved your script, you will get a warning dialog box asking you if you want to save your work.
  346.  
  347. -- part contents for card part 3
  348. ----- text -----
  349. When a script editing window is active, this set of menus replaces the standard HyperCard menu. Message sending is suspended, and the message, tools, and patterns windows are hidden. Click on the options to learn more about them.
  350.  
  351. -- part contents for card part 6
  352. ----- text -----
  353. After you have entered an expression into the Find dialog box and found its first occurence in a script, this menu option will find its second‚Äîand any succeeding‚Äîoccurences.
  354.  
  355. -- part contents for card part 9
  356. ----- text -----
  357. If there is any text selected in a script, and you have scrolled to another part of the script, this menu option will scroll the Script Editor window to show the selected text.
  358.  
  359. -- part contents for card part 12
  360. ----- text -----
  361. Find Selection will find the next occurence in a script of whatever text is currently selected in the script.
  362.  
  363. -- part contents for card part 17
  364. ----- text -----
  365. After you have entered an expression into the Replace dialog box and replaced its first occurence in a script, this menu option will replace its second‚Äîand any succeeding‚Äîoccurences.
  366.  
  367. -- part contents for card part 18
  368. ----- text -----
  369. The Comment option will place two hyphens before any lines you have selected in a script, so that HyperCard will not execute the lines. Uncomment will remove the hyphens from in front of any selected lines.